From: Masahiro Yamada Date: Fri, 26 Feb 2016 07:18:36 +0000 (+0900) Subject: ARM: dts: uniphier: add @{address} to EEPROM node X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~2629^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=090f41f406349bf444f35cceb5ee28ea1f567f0b;p=linux-4.9.git ARM: dts: uniphier: add @{address} to EEPROM node Just for consistent coding style. Signed-off-by: Masahiro Yamada Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi index 3d29d2806cc0..f7df0881c5e0 100644 --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi @@ -43,7 +43,7 @@ */ &i2c0 { - eeprom { + eeprom@50 { compatible = "microchip,24lc128"; reg = <0x50>; };